From 89149b9f2925e301058cdae1c00142f23667b9f8 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sun, 18 Sep 1994 21:35:34 +0000 Subject: [PATCH] (_ALL_SOURCE): Don't redefine if already defined. --- src/config.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.in b/src/config.in index 5683e3e9849..95c9993a75f 100644 --- a/src/config.in +++ b/src/config.in @@ -90,7 +90,9 @@ and this notice must be preserved on all copies. */ /* Some things figured out by the configure script, grouped as they are in configure.in. */ +#ifndef _ALL_SOURCE /* suppress warning if this is pre-defined */ #undef _ALL_SOURCE +#endif #undef HAVE_SYS_TIMEB_H #undef HAVE_SYS_TIME_H #undef HAVE_UNISTD_H -- 2.30.2